Skip to content

Modernize specimen, report, and messages rendering#7746

Open
labkey-adam wants to merge 19 commits into
release25.7-SNAPSHOTfrom
25.7_fb_modernize
Open

Modernize specimen, report, and messages rendering#7746
labkey-adam wants to merge 19 commits into
release25.7-SNAPSHOTfrom
25.7_fb_modernize

Conversation

@labkey-adam

Copy link
Copy Markdown
Contributor

Rationale

Use builders and records

@labkey-adam labkey-adam requested a review from a team June 15, 2026 23:21
{
Domain domain = PropertyService.get().getDomain(domainIdForm.getDomainId());
if (domain == null)
if (domain == null || !domain.getContainer().equals(getContainer()))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems possible we'd want to set default values on a per-container basis, and not just in the domain's owning container. I haven't checked if that's possible today.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it is possible. I'll figure something out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants